home *** CD-ROM | disk | FTP | other *** search
/ Gambler 35 A / GAMBLERCD35A.BIN / Patches / Kingpin v1.2 / kingpin12.exe / main / server.cfg < prev    next >
Text File  |  1999-08-13  |  2KB  |  65 lines

  1. set hostname "Gangbang Server"
  2.  
  3. // NOTE: if running 2 servers on one machine, you must start one instance of kingpin with
  4. // "kingpin +set port <port>", where <port> is a number between 31511 and 31519 (inclusive).
  5. // Port 31510 is the default port.
  6.  
  7. // disable this if you don't want your server to show up on the internet
  8. set public 1
  9.  
  10. // The following master server can be accessed by browsers other than and including GameSpy
  11. setmaster master.ogn.org
  12.  
  13. // DMFLAGS define the game rules.
  14.  
  15. // DEFAULT: can't hurt team (if teamplay), weapons stay, spawn farthest
  16. set dmflags 788
  17.  
  18. // hurt team (not recommended)
  19. //set dmflags 532
  20.  
  21. // Summary of DMFLAGS (add these together)
  22. //    DF_NO_HEALTH        1    (no health items)
  23. //    DF_AUTO_JOIN_TEAM    2    (new players join team with least players)
  24. //    DF_WEAPONS_STAY        4
  25. //    DF_NO_FALLING        8    (no falling damage)
  26. //    DF_SAME_LEVEL        32    (stay on current map)
  27. //    DF_MODELTEAMS        128    (in normal deathmatch, players with same skin don't hurt each other)
  28. //    DF_NO_FRIENDLY_FIRE    256    (don't hurt teammates)
  29. //    DF_SPAWN_FARTHEST    512
  30. //    DF_FORCE_RESPAWN    1024
  31. //    DF_INFINITE_AMMO    8192
  32. //    DF_FIXED_FOV        32768    (don't allow clients to alter FOV)
  33.  
  34.  
  35. set deathmatch 1
  36. set maxclients 16
  37.  
  38. // enable this if running a fast server with few clients, it eats up a good deal of CPU time if lots of clients
  39. // get involved in tommoygun firefights, which results in packet loss to all clients
  40. set dm_locational_damage 0
  41.  
  42. // Real Mode: only pistol, shotgun, tommygun are present, no armor, damage x4
  43. //set dm_realmode 1
  44.  
  45. // maxrate sets the maximum amount of bandwidth (bytes per second) that any one client can occupy
  46. // 3000 = 28.8kbps modem speed
  47. // 4000 = 56k modem
  48. // 5000 = 64k ISDN
  49. // etc.
  50. set maxrate 25000
  51.  
  52. // use this to specify a different map for cycling
  53. //g_mapcycle_file blah.lst
  54.  
  55.  
  56. // Normal deathmatch
  57. set fraglimit 30
  58. set timelimit 30
  59. map kpdm1
  60.  
  61. // Bagman settings (disable "Normal Deathmatch" section if this is enabled)
  62. //set teamplay 1
  63. //set fraglimit 0
  64. //set cashlimit 2000
  65. //map team_sr